7.2 Bootstrap - Dropdown menu

  1. Motivations
  2. Bootstrap buttons and dropdowns
    • For consistent look and feel, and design templates - There are many topics to read here.
      • Read all in Bootstrap Buttons for <a>, <input>, and <button>.
      • Trial 1: Let's try to write a button of info type.


      • Read all in Bootstrap Dropdowns.
      • Trial 2: Let's try to write a drop-down menu for TRU Board Games Playground.


      • Trial 3: Let's try to write a drop-down menu for TRU Board Games Playground. Another version using <a> and an image. Include a new menu item, 'n-Queens' as well.


  3. Lab 3.
    • The menu in the next program, lab3_bgp.html, is not properly displayed.
    • Find the HTML code for the menu, and fix it, so that the menu is properly displayed.
    • Also include a new menu item, n-Queens.
    • Let's download and complete the program.
  4. Learning outcomes